home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-02-22 | 1.0 KB | 37 lines | [TEXT/MPS ] |
- # File: MakeFile
- # Target: TinySRApp
- # Sources: TinySRApp.c
- # Created: Thursday, April 21, 1994 2:39:10 PM
-
- # Everything takes place in this directory
- # You might want to move SpeechRecognitionLib to the {SharedLibraries} directory
- # (You will have to change PPCLink line below accordingly)
-
- OBJECTSPPC = TinySRApp.c.x
-
- TinySRApp ƒƒ {OBJECTSPPC}
- PPCLink -t APPL -c TinS∂
- {OBJECTSPPC} ∂
- SpeechRecognitionLib ∂
- "{SharedLibraries}"InterfaceLib ∂
- "{SharedLibraries}"StdCLib ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- "{PPCLibraries}"StdCRuntime.o ∂
- -fragname TinySRApp ∂
- -o {Targ}
-
- # The 68k build lines are commented out because since speech recognition requires
- # a powerpc to work, the 68k code would never run when SR is installed.
- # OBJECTS68K = TinySRApp.c.o
- # TinySRApp ƒƒ {OBJECTS68K}
- # Link -t APPL -c TinS ∂
- # {OBJECTS68K} ∂
- # "{Libraries}"Interface.o ∂
- # "{CLibraries}"StdCLib.o ∂
- # "{Libraries}"MacRuntime.o ∂
- # -o {Targ}
-
- TinySRApp ƒƒ TinySRApp.r
- Rez TinySRApp.r -o {Targ} -append
-
-